const crypto/elliptic/internal/nistec.p384ElementLength

5 uses

	crypto/elliptic/internal/nistec (current package)
		p384.go#L29: const p384ElementLength = 48
		p384.go#L75: 	case len(b) == 1+2*p384ElementLength && b[0] == 4:
		p384.go#L76: 		x, err := new(fiat.P384Element).SetBytes(b[1 : 1+p384ElementLength])
		p384.go#L80: 		y, err := new(fiat.P384Element).SetBytes(b[1+p384ElementLength:])
		p384.go#L93: 	case len(b) == 1+p384ElementLength && b[0] == 0: